func crypto/internal/fips140/sha256.consumeUint32

9 uses

	crypto/internal/fips140/sha256 (current package)
		sha256.go#L91: 	b, d.h[0] = consumeUint32(b)
		sha256.go#L92: 	b, d.h[1] = consumeUint32(b)
		sha256.go#L93: 	b, d.h[2] = consumeUint32(b)
		sha256.go#L94: 	b, d.h[3] = consumeUint32(b)
		sha256.go#L95: 	b, d.h[4] = consumeUint32(b)
		sha256.go#L96: 	b, d.h[5] = consumeUint32(b)
		sha256.go#L97: 	b, d.h[6] = consumeUint32(b)
		sha256.go#L98: 	b, d.h[7] = consumeUint32(b)
		sha256.go#L109: func consumeUint32(b []byte) ([]byte, uint32) {